editline/src
Will Dietz 8660aef4b7 editline: fix behavior when tty is narrower than column width
Fixes crash when dividing by the number of columns,
which was computed as zero in this situation.

Instead, always have at least one "column" even if it wraps.
2019-04-26 13:30:15 -05:00
..
.gitignore Update .gitignore with generated files 2016-01-27 09:32:19 +01:00
complete.c Revert "Merge pull request #21 from cogutvalera/issue_1171" 2018-11-15 10:27:22 +01:00
editline.c editline: fix behavior when tty is narrower than column width 2019-04-26 13:30:15 -05:00
editline.h Refactor, simplify helper macro 2018-09-21 07:12:24 +02:00
Makefile.am Bump ABI version 2018-09-16 10:10:03 +02:00
os9.h Move All rights reserved to next line 2017-11-29 17:20:21 +01:00
sysos9.c Move All rights reserved to next line 2017-11-29 17:20:21 +01:00
sysunix.c Fix #17: Fix off-by-one problem with strdup() replacement 2018-06-14 21:59:18 +02:00
unix.h Move All rights reserved to next line 2017-11-29 17:20:21 +01:00