summaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorChristian Duerr <chrisduerr@users.noreply.github.com>2019-01-13 21:54:36 +0000
committerGitHub <noreply@github.com>2019-01-13 21:54:36 +0000
commit5864c30a54b250163c3a94f053f5f1b907adf9c9 (patch)
treecd694a5d51d447907ddcf25a2d7efbf1f1931bb9 /CONTRIBUTING.md
parent4caf3d32cd2e2c2c6a0e212e25d73061d8dec3af (diff)
Fix tabs overwriting cells during movement
When compiling ncurses with the `--enable-hard-tabs` option, it will make use of tabs to speed up cursor movement. These tabs can be set at positions which will overwrite existing characters. Since these are only for movement and not supposed to write anything to the terminal, it is now checked that a cell does not contain any character before writing a tab to it. This fixes #1933.
Diffstat (limited to 'CONTRIBUTING.md')
0 files changed, 0 insertions, 0 deletions