2019-11-22 16:00 | code-style and change EXIT_* back to the standard code | Hiltjo Posthuma | 1 | +104 | -105 |
2019-11-22 15:58 | update LICENSE (MIT->ISC) and README tweaks | Hiltjo Posthuma | 2 | +22 | -22 |
2019-11-22 15:57 | improve Makefile | Hiltjo Posthuma | 2 | +61 | -54 |
2015-09-04 09:34 | remove unneeded (wrong) line, timeval is already cleared | Hiltjo Posthuma | 1 | +0 | -1 |
2014-11-09 14:59 | scripts/history: show in reverse order (newest first). | Hiltjo Posthuma | 1 | +2 | -2 |
2014-11-09 14:23 | scripts: update complete_nick | Hiltjo Posthuma | 1 | +13 | -9 |
2014-10-31 13:37 | complete_nick: be compatible with default ii out format | Hiltjo Posthuma | 1 | +14 | -14 |
2014-10-31 13:36 | config: add emacs word-movement keybind (alt+f, alt+b) | Hiltjo Posthuma | 1 | +3 | -0 |
2014-10-31 13:36 | line_cursor_move: more portable, dont use c99 size_t format string | Hiltjo Posthuma | 1 | +1 | -1 |
2014-10-31 13:35 | draw slightly more efficient, hide cursor first | Hiltjo Posthuma | 1 | +1 | -1 |
2014-10-26 19:10 | update TODO | Hiltjo Posthuma | 1 | +0 | -1 |
2014-10-26 19:05 | various improvements and cleanup: | Hiltjo Posthuma | 3 | +139 | -215 |
2014-10-26 14:35 | improve readfd and writefd (blocking) | Hiltjo Posthuma | 1 | +39 | -16 |
2014-10-26 12:31 | config: ctrl-c is special-case, dont define it in config | Hiltjo Posthuma | 1 | +0 | -1 |
2014-10-26 12:30 | README: add more usage info | Hiltjo Posthuma | 1 | +39 | -0 |
2014-10-26 12:30 | restore term attributes on SIGINT (Ctrl-c) properly | Hiltjo Posthuma | 1 | +4 | -2 |
2014-10-26 12:01 | default to character width 1 | Hiltjo Posthuma | 1 | +1 | -1 |
2014-10-25 15:28 | POSIX.1-2001 defines the value of EWOULDBLOCK and EAGAIN can be different | Hiltjo Posthuma | 1 | +2 | -2 |
2014-10-25 11:15 | update TODO | Hiltjo Posthuma | 1 | +4 | -1 |
2014-10-25 11:12 | improve tcgetattr and setup() | Hiltjo Posthuma | 1 | +36 | -21 |
2014-10-25 11:12 | default to cols 79, rows 24 | Hiltjo Posthuma | 1 | +2 | -1 |
2014-10-25 10:24 | config.mk: wextra for release too, x_open_source=700 for POSIX 2008 | Hiltjo Posthuma | 1 | +2 | -2 |
2014-10-25 10:23 | complete_nick: if there is one match, just print it | Hiltjo Posthuma | 1 | +6 | -1 |
2014-10-25 10:22 | fix readfd check, below case !r was never executed | Hiltjo Posthuma | 1 | +1 | -1 |
2014-10-25 10:22 | use ssize_t for read() and write(), style | Hiltjo Posthuma | 1 | +75 | -76 |
2014-10-25 10:21 | copy word cursor: null terminate properly (off by one). | Hiltjo Posthuma | 1 | +1 | -1 |
2014-10-24 22:46 | signed, unsigned fix | Hiltjo Posthuma | 1 | +8 | -6 |
2014-10-24 22:35 | scripts/history: dont use histfile var (history for shells) | Hiltjo Posthuma | 1 | +14 | -7 |
2014-10-24 22:35 | sob scripts: dont show errors in cli | Hiltjo Posthuma | 1 | +4 | -4 |
2014-10-24 22:30 | simplify, also dont call cleanup twice on sigterm | Hiltjo Posthuma | 1 | +4 | -13 |
2014-10-24 22:25 | config.mk: xopen_source=500 is enough | Hiltjo Posthuma | 1 | +1 | -1 |
2014-10-24 22:12 | restore terminal attribute before reopen with initial input just to be sure | Hiltjo Posthuma | 1 | +3 | -0 |
2014-10-24 21:40 | config: c-c is exit | Hiltjo Posthuma | 1 | +1 | -0 |
2014-10-24 21:40 | fix build on openbsd, bump version | Hiltjo Posthuma | 1 | +2 | -2 |
2014-10-24 21:40 | small code-style improvement | Hiltjo Posthuma | 1 | +7 | -6 |
2014-10-24 21:39 | increase line buffer size | Hiltjo Posthuma | 1 | +7 | -7 |
2014-10-24 21:37 | remove -i and -l flag | Hiltjo Posthuma | 2 | +50 | -25 |
2014-10-24 21:35 | rework read/write fd code, sleep when there are too much timeouts | Hiltjo Posthuma | 1 | +76 | -38 |
2014-10-13 00:30 | separate dirtylen from line so its not cleared | Hiltjo Posthuma | 1 | +4 | -4 |
2014-10-12 23:58 | remove leftover strlcpy and util stuff | Hiltjo Posthuma | 2 | +2 | -4 |
2014-10-12 22:39 | scripts: resize: always resize the proper pane | Hiltjo Posthuma | 1 | +2 | -1 |
2014-10-12 22:31 | remove strlcpy, it's unused | Hiltjo Posthuma | 2 | +0 | -52 |
2014-10-12 22:07 | improve handleinput: match escape (0x1b) and control chars (includes 127==del) | Hiltjo Posthuma | 1 | +3 | -3 |
2014-10-12 22:05 | add total length argument to pipe callback... | Hiltjo Posthuma | 1 | +17 | -11 |
2014-10-12 22:05 | optimize line_draw, reduces flicker in some terminals | Hiltjo Posthuma | 1 | +28 | -4 |
2014-10-12 22:00 | config.h: add another del key (in linux console) | Hiltjo Posthuma | 1 | +2 | -0 |
2014-10-12 21:59 | make utf check a macro: ISUTF8 | Hiltjo Posthuma | 1 | +6 | -5 |
2014-10-11 00:46 | config.mk: remove ncurses library to link | Hiltjo Posthuma | 1 | +1 | -1 |
2014-10-11 00:46 | code style: wrap to max 79 chars | Hiltjo Posthuma | 1 | +6 | -3 |
2014-10-11 00:17 | update TODO | Hiltjo Posthuma | 1 | +0 | -14 |
2014-10-10 22:54 | simplify line_cursor_move a bit | Hiltjo Posthuma | 1 | +4 | -5 |
2014-10-10 22:45 | fix delwordcursor and do some extra checks | Hiltjo Posthuma | 1 | +9 | -9 |
2014-10-10 21:59 | scripts: remove newline, else this would "autoaccept" the input | Hiltjo Posthuma | 3 | +3 | -3 |
2014-10-10 21:56 | manpage: change -l to -i | Hiltjo Posthuma | 1 | +2 | -2 |
2014-10-10 21:54 | make input handling more flexible | Hiltjo Posthuma | 1 | +58 | -56 |
2014-10-10 20:59 | improve handleinput: dont handle rest of input if escape code is unhandled | Hiltjo Posthuma | 1 | +7 | -3 |
2014-10-10 20:36 | improve handleinput for reads containing multiple keys | Hiltjo Posthuma | 1 | +28 | -15 |
2014-10-10 20:05 | handle > 0 reads | Hiltjo Posthuma | 1 | +1 | -3 |
2014-10-10 20:03 | remove debuginput | Hiltjo Posthuma | 1 | +0 | -13 |
2014-10-10 20:02 | fflush after clear | Hiltjo Posthuma | 1 | +1 | -0 |
2014-10-10 20:02 | simplify and reduce a draw | Hiltjo Posthuma | 1 | +6 | -17 |
2014-10-10 19:03 | make: enable release cflags and ldflags | Hiltjo Posthuma | 1 | +4 | -4 |
2014-10-10 19:03 | remove unused macros | Hiltjo Posthuma | 1 | +0 | -2 |
2014-10-10 18:57 | change wrong comment | Hiltjo Posthuma | 1 | +1 | -1 |
2014-10-10 18:57 | wchar: make glibc happy | Hiltjo Posthuma | 2 | +5 | -7 |
2014-10-10 18:47 | add support for characters that are bigger than 1 column | Hiltjo Posthuma | 2 | +67 | -15 |
2014-10-10 14:08 | config: add a comment about the prompt format | Hiltjo Posthuma | 1 | +2 | -0 |
2014-10-10 14:05 | consistency | Hiltjo Posthuma | 1 | +8 | -6 |
2014-10-04 12:36 | fix delcharnext string length | Hiltjo Posthuma | 1 | +1 | -0 |
2014-10-04 12:36 | do some extra checks to be safe | Hiltjo Posthuma | 1 | +15 | -6 |
2014-10-04 01:32 | cast to size_t and use size_t specified for format string | Hiltjo Posthuma | 1 | +2 | -2 |
2014-10-04 01:32 | use STDIN_FILENO, fd_in was uninitialized | Hiltjo Posthuma | 1 | +2 | -2 |
2014-10-03 23:53 | scripts/history: fix file test | Hiltjo Posthuma | 1 | +2 | -2 |
2014-10-03 23:49 | update TODO | Hiltjo Posthuma | 1 | +11 | -3 |
2014-10-03 23:49 | support utf8 input and output | Hiltjo Posthuma | 1 | +255 | -119 |
2014-10-03 23:48 | fix arrow keys in csi-mode | Hiltjo Posthuma | 1 | +20 | -9 |
2014-10-02 21:32 | fix crash with memmove and cols == 0 | Hiltjo Posthuma | 1 | +6 | -4 |
2014-10-02 20:55 | rework some things: | Hiltjo Posthuma | 5 | +318 | -227 |
2014-10-02 11:27 | consistency: make resize a bindable function | Hiltjo Posthuma | 4 | +14 | -14 |
2014-10-02 01:31 | code style | Hiltjo Posthuma | 2 | +11 | -11 |
2014-10-02 01:28 | move some functions to make it more clear how to configure custom functions. | Hiltjo Posthuma | 2 | +43 | -39 |
2014-10-02 01:19 | remove delwordcursor keybind | Hiltjo Posthuma | 1 | +0 | -1 |
2014-10-02 01:19 | dont double close fd_out in some case | Hiltjo Posthuma | 1 | +5 | -2 |
2014-10-02 01:07 | update TODO | Hiltjo Posthuma | 1 | +2 | -0 |
2014-10-02 01:05 | update for irc + ii | Hiltjo Posthuma | 4 | +34 | -5 |
2014-10-02 01:01 | export line and write str as env | Hiltjo Posthuma | 1 | +2 | -0 |
2014-10-02 01:01 | terminate buffer if size = 0 | Hiltjo Posthuma | 1 | +1 | -0 |
2014-10-01 23:15 | remove id parameter | Hiltjo Posthuma | 4 | +2 | -12 |
2014-10-01 23:14 | config: use scripts in $HOME | Hiltjo Posthuma | 1 | +3 | -4 |
2014-10-01 22:45 | initial version | Hiltjo Posthuma | 14 | +965 | -0 |