]> git.tuebingen.mpg.de Git - paraslash.git/commit
gui: Use proper column number in print_in_bar().
authorAndre Noll <maan@systemlinux.org>
Mon, 6 Jan 2014 17:54:59 +0000 (17:54 +0000)
committerAndre Noll <maan@systemlinux.org>
Sun, 4 May 2014 12:04:04 +0000 (14:04 +0200)
commitebdfee53b908a7ffcf8b9f8f7f29d9c558a2f0a1
tree71e461efb327f0459fa27b523eece73a9ce9c2e3
parent8ea82f861ae1dd0d842b1fe035d0b23d7b5d3ed7
gui: Use proper column number in print_in_bar().

This function modifies the input window, not the status bar
window. This bug is benign because both windows have the same number
of columns.
gui.c