2023-09-23 20:17 | lchat: add pledge(2) support | Tom Schwindl | 1 | +4 | -0 |
2024-07-14 11:34 | Avoid useless use of strdup(3). | Jan Klemkow | 1 | +4 | -8 |
2023-02-06 14:42 | slackline: ctrl+w: stop deleting when certain characters occur | Tom Schwindl | 1 | +5 | -2 |
2023-01-14 17:35 | update copyright | Tom Schwindl | 4 | +21 | -5 |
2023-01-15 00:01 | slackline.h: fix typo in include guard | Tom Schwindl | 1 | +2 | -2 |
2023-01-11 15:08 | slackline: restore some comments | Tom Schwindl | 2 | +8 | -8 |
2023-01-11 08:59 | lchat: in case the `-m` flag receives an invalid mode, abort | Tom Schwindl | 1 | +2 | -0 |
2023-01-11 08:17 | slackline: do not include slackline.h in slackline_internals.h | Tom Schwindl | 2 | +2 | -1 |
2023-01-11 08:05 | replace "magic"-numbers with symbolic constants | Tom Schwindl | 3 | +30 | -13 |
2023-01-11 07:56 | lchat.1: mention modes briefly | Tom Schwindl | 1 | +16 | -0 |
2022-12-30 11:42 | Makefile: add missing dependency to sl_test | Tom Schwindl | 1 | +2 | -2 |
2022-12-29 12:17 | Introduce modes | Tom Schwindl | 4 | +139 | -42 |
2022-12-29 12:02 | Refactor headers | Tom Schwindl | 2 | +18 | -2 |
2022-10-25 21:27 | readme: update links | Jan Klemkow | 1 | +5 | -4 |
2022-10-25 21:20 | Add support for vt-sequences for Home and Delete keys used by tmux(1) | Jan Klemkow | 1 | +8 | -1 |
2022-10-22 20:01 | slackline: add (another) vt-sequence for <End> | Tom Schwindl | 1 | +1 | -0 |
2022-10-20 21:09 | Makefile: add dist target to create release tarballs | Jan Klemkow | 2 | +9 | -1 |
2022-10-20 21:07 | ignore sl_test | Jan Klemkow | 1 | +1 | -0 |
2022-10-20 07:47 | test: ignore comparison of integers of different signs warning | Jan Klemkow | 1 | +1 | -1 |
2022-10-20 07:47 | test: remove unused debugging code | Jan Klemkow | 1 | +0 | -14 |
2022-10-14 16:02 | config.mk: fix manpage install path | Jan Klemkow | 1 | +1 | -1 |
2022-10-13 21:00 | readme: link libgrapheme to project page | Jan Klemkow | 1 | +1 | -1 |
2022-10-13 14:52 | slackline: remove redundant lines in sl_move() | Tom Schwindl | 1 | +2 | -6 |
2022-10-13 14:23 | slackline: implement sl_move() to handle cursor movement | Tom Schwindl | 1 | +39 | -28 |
2022-10-09 21:44 | copyright update | Jan Klemkow | 2 | +4 | -2 |
2022-10-09 21:33 | refactor printing of terminal title | Jan Klemkow | 3 | +17 | -11 |
2022-10-09 20:41 | update libgrapheme to version 2.0.1 | Jan Klemkow | 1 | +2 | -1 |
2022-10-08 10:14 | minor cleanup and adjustments | Tom Schwindl | 4 | +27 | -23 |
2022-10-02 09:10 | lchat: remove the OPOST flag | Tom Schwindl | 1 | +0 | -1 |
2022-09-17 14:07 | lchat: clean up terminal preparation | Tom Schwindl | 1 | +6 | -10 |
2022-10-02 01:57 | README: update requirements to libgrapheme | Jan Klemkow | 1 | +1 | -2 |
2022-09-26 14:27 | slackline: fix reallocation memory issue | Petr Vaněk | 1 | +2 | -0 |
2022-10-01 22:59 | use libgrapheme instead of libutf | Jan Klemkow | 2 | +9 | -24 |
2022-09-20 11:56 | move the ctrl+l handling from slackline to lchat | Tom Schwindl | 2 | +3 | -3 |
2022-09-09 19:40 | slackline: implement ctrl+w and ctrl+l | Tom Schwindl | 1 | +43 | -20 |
2022-09-06 20:41 | Replace the non-standard err(3) with our own die() function | Tom Schwindl | 4 | +72 | -52 |
2022-09-06 15:30 | lchat: Do not implement bell_match() twice, use `util.h' instead | Tom Schwindl | 2 | +4 | -26 |
2022-08-22 20:28 | lchat: flush earlier to make sure the initial prompt is displayed | Tom Schwindl | 1 | +3 | -3 |
2021-01-29 20:47 | Makefile: provides an uninstall target | shirenn | 1 | +6 | -3 |
2021-01-28 19:06 | Point that libutf is available in the sbase | Pedro Lucas Porcellis | 1 | +1 | -1 |
2020-04-19 03:02 | README: improve description of lchat | Jan Klemkow | 1 | +5 | -1 |
2020-02-21 17:49 | config.mk: add compile/linker info for sbase users | Jan Klemkow | 1 | +4 | -0 |
2018-05-13 02:15 | fix bugs in manpage and improve README | Jan Klemkow | 2 | +6 | -7 |
2018-05-12 23:32 | add space to default prompt | Jan Klemkow | 1 | +1 | -1 |
2018-05-13 00:55 | add output of non-message line | Jan Klemkow | 1 | +5 | -0 |
2018-04-01 23:07 | simplify usage: remove useless use of printf | Jan Klemkow | 1 | +2 | -2 |
2018-04-01 22:43 | fix missing include of config.mk | Jan Klemkow | 1 | +1 | -1 |
2018-03-13 22:46 | add special color for bellmatch in text part of chat msg | Jan Klemkow | 4 | +63 | -3 |
2018-03-13 16:52 | change and fix colors | Jan Klemkow | 1 | +4 | -3 |
2018-03-13 23:02 | add missing config.mk | Jan Klemkow | 1 | +12 | -0 |
2017-09-03 08:59 | clean up Makefile | Jan Klemkow | 1 | +7 | -10 |
2017-09-02 23:34 | use basename of cwd as window title by default | Jan Klemkow | 1 | +13 | -6 |
2017-09-02 12:51 | indent: fix comment | Jan Klemkow | 1 | +1 | -1 |
2017-09-02 12:47 | indent: fix ii line formting change | Jan Klemkow | 1 | +8 | -6 |
2017-07-29 20:15 | Merge branch 'shua-master' | Jan Klemkow | 2 | +37 | -3 |
2017-07-19 00:37 | add some more control codes | shuall | 2 | +35 | -1 |
2017-07-18 22:56 | insert works correctly | shuall | 1 | +2 | -2 |
2017-02-22 20:52 | bump copyright | Jan Klemkow | 1 | +1 | -1 |
2017-02-22 20:08 | lchat: exclude filter from input tail pipe | Jan Klemkow | 1 | +77 | -6 |
2017-02-22 17:04 | lchat: ignore poll errors on interupts | Jan Klemkow | 1 | +2 | -1 |
2017-02-22 16:42 | filter/indent: add color swap via nich swap | Jan Klemkow | 1 | +10 | -2 |
2017-02-22 15:55 | lchat: rm useless break | Jan Klemkow | 1 | +0 | -1 |
2017-02-22 15:54 | Makefile add filter/indent to clean | Jan Klemkow | 1 | +1 | -1 |
2017-02-22 15:54 | indent: fix some bugs | Jan Klemkow | 1 | +19 | -7 |
2017-02-18 20:58 | add indent filter to gitignore | Jan Klemkow | 1 | +1 | -0 |
2016-12-27 21:42 | fix fmt string mistake | Jan Klemkow | 1 | +1 | -1 |
2016-11-28 21:10 | fix buffering with flushes | Jan Klemkow | 1 | +2 | -0 |
2016-11-28 20:49 | add error check for poll(2) | Jan Klemkow | 1 | +2 | -1 |
2016-11-15 08:58 | add indent filter | Jan Klemkow | 2 | +53 | -0 |
2016-11-15 08:57 | fix some typos | Jan Klemkow | 1 | +2 | -2 |
2016-10-01 09:29 | add a ucspi backend via new option -u | Jan Klemkow | 1 | +35 | -19 |
2016-09-30 21:34 | add comments | Jan Klemkow | 1 | +2 | -2 |
2016-09-29 16:06 | add libutf to requirements | Jan Klemkow | 1 | +1 | -0 |
2016-07-10 00:15 | add delete handling | Jan Klemkow | 1 | +14 | -0 |
2016-07-09 22:49 | test: formating fix | Jan Klemkow | 1 | +2 | -2 |
2016-07-09 20:47 | fix some bugs | Jan Klemkow | 2 | +27 | -11 |
2016-07-09 18:33 | add tests | Jan Klemkow | 2 | +115 | -1 |
2016-07-09 18:30 | add uft-8 support | Jan Klemkow | 4 | +183 | -56 |
2016-03-03 19:26 | update arrows | Jan Klemkow | 1 | +0 | -0 |
2016-03-03 19:19 | add image of information flow | Jan Klemkow | 2 | +2 | -0 |
2016-01-11 20:49 | add .prompt and .title file handling | Jan Klemkow | 2 | +51 | -7 |
2016-01-11 14:41 | readme: restructure | Jan Klemkow | 1 | +6 | -5 |
2016-01-05 21:45 | add the possibility for output line transformaton | Jan Klemkow | 2 | +10 | -1 |
2016-01-05 21:43 | readme: add requirements section | Jan Klemkow | 1 | +6 | -0 |
2015-12-28 21:34 | gitignore some more files | Jan Klemkow | 1 | +2 | -0 |
2015-12-28 21:25 | fix typo | Jan Klemkow | 1 | +1 | -1 |
2015-12-28 20:04 | bell rings if input matches on regex in .bellmatch | Jan Klemkow | 2 | +35 | -1 |
2015-12-28 13:26 | remove unused lib from build. Reported by Greg Reagle. | Jan Klemkow | 1 | +1 | -1 |
2015-12-27 22:45 | fix build for other systems like | Jan Klemkow | 3 | +7 | -2 |
2015-11-18 23:14 | add some more TODOs | Jan Klemkow | 1 | +3 | -0 |
2015-11-18 23:10 | add some TODOs | Jan Klemkow | 1 | +8 | -2 |
2015-11-15 21:37 | fix: compiling error | Jan Klemkow | 1 | +3 | -3 |
2015-11-15 21:10 | make bell optional | Jan Klemkow | 2 | +11 | -4 |
2015-11-15 20:43 | fix: input line warping | Jan Klemkow | 1 | +31 | -1 |
2015-11-08 12:43 | fixes some parts of the manpage | Jan Klemkow | 1 | +15 | -4 |
2015-11-07 04:28 | rename -H to -n for compatibility to tail(1) | Jan Klemkow | 2 | +7 | -7 |
2015-11-07 04:16 | fix empty line option and behavior | Jan Klemkow | 2 | +9 | -9 |
2015-11-07 04:07 | set default history length to 5 | Jan Klemkow | 1 | +1 | -1 |
2015-11-07 04:04 | add option to set the terminals window title | Jan Klemkow | 2 | +19 | -3 |
2015-11-07 02:13 | try to improve documentation | Jan Klemkow | 3 | +3 | -7 |
| 16 more commits remaining, fetch the repository |