lchat

A line oriented chat front end for ii.
git clone git://git.suckless.org/lchat
Log | Files | Refs | README

DateCommit messageAuthorFiles+-
2023-02-06 14:42slackline: ctrl+w: stop deleting when certain characters occurTom Schwindl1+5-2
2023-01-14 17:35update copyrightTom Schwindl4+21-5
2023-01-15 00:01slackline.h: fix typo in include guardTom Schwindl1+2-2
2023-01-11 15:08slackline: restore some commentsTom Schwindl2+8-8
2023-01-11 08:59lchat: in case the `-m` flag receives an invalid mode, abortTom Schwindl1+2-0
2023-01-11 08:17slackline: do not include slackline.h in slackline_internals.hTom Schwindl2+2-1
2023-01-11 08:05replace "magic"-numbers with symbolic constantsTom Schwindl3+30-13
2023-01-11 07:56lchat.1: mention modes brieflyTom Schwindl1+16-0
2022-12-30 11:42Makefile: add missing dependency to sl_testTom Schwindl1+2-2
2022-12-29 12:17Introduce modesTom Schwindl4+139-42
2022-12-29 12:02Refactor headersTom Schwindl2+18-2
2022-10-25 21:27readme: update linksJan Klemkow1+5-4
2022-10-25 21:20Add support for vt-sequences for Home and Delete keys used by tmux(1)Jan Klemkow1+8-1
2022-10-22 20:01slackline: add (another) vt-sequence for <End>Tom Schwindl1+1-0
2022-10-20 21:09Makefile: add dist target to create release tarballsJan Klemkow2+9-1
2022-10-20 21:07ignore sl_testJan Klemkow1+1-0
2022-10-20 07:47test: ignore comparison of integers of different signs warningJan Klemkow1+1-1
2022-10-20 07:47test: remove unused debugging codeJan Klemkow1+0-14
2022-10-14 16:02config.mk: fix manpage install pathJan Klemkow1+1-1
2022-10-13 21:00readme: link libgrapheme to project pageJan Klemkow1+1-1
2022-10-13 14:52slackline: remove redundant lines in sl_move()Tom Schwindl1+2-6
2022-10-13 14:23slackline: implement sl_move() to handle cursor movementTom Schwindl1+39-28
2022-10-09 21:44copyright updateJan Klemkow2+4-2
2022-10-09 21:33refactor printing of terminal titleJan Klemkow3+17-11
2022-10-09 20:41update libgrapheme to version 2.0.1Jan Klemkow1+2-1
2022-10-08 10:14minor cleanup and adjustmentsTom Schwindl4+27-23
2022-10-02 09:10lchat: remove the OPOST flagTom Schwindl1+0-1
2022-09-17 14:07lchat: clean up terminal preparationTom Schwindl1+6-10
2022-10-02 01:57README: update requirements to libgraphemeJan Klemkow1+1-2
2022-09-26 14:27slackline: fix reallocation memory issuePetr Vaněk1+2-0
2022-10-01 22:59use libgrapheme instead of libutfJan Klemkow2+9-24
2022-09-20 11:56move the ctrl+l handling from slackline to lchatTom Schwindl2+3-3
2022-09-09 19:40slackline: implement ctrl+w and ctrl+lTom Schwindl1+43-20
2022-09-06 20:41Replace the non-standard err(3) with our own die() functionTom Schwindl4+72-52
2022-09-06 15:30lchat: Do not implement bell_match() twice, use `util.h' insteadTom Schwindl2+4-26
2022-08-22 20:28lchat: flush earlier to make sure the initial prompt is displayedTom Schwindl1+3-3
2021-01-29 20:47Makefile: provides an uninstall targetshirenn1+6-3
2021-01-28 19:06Point that libutf is available in the sbasePedro Lucas Porcellis1+1-1
2020-04-19 03:02README: improve description of lchatJan Klemkow1+5-1
2020-02-21 17:49config.mk: add compile/linker info for sbase usersJan Klemkow1+4-0
2018-05-13 02:15fix bugs in manpage and improve READMEJan Klemkow2+6-7
2018-05-12 23:32add space to default promptJan Klemkow1+1-1
2018-05-13 00:55add output of non-message lineJan Klemkow1+5-0
2018-04-01 23:07simplify usage: remove useless use of printfJan Klemkow1+2-2
2018-04-01 22:43fix missing include of config.mkJan Klemkow1+1-1
2018-03-13 22:46add special color for bellmatch in text part of chat msgJan Klemkow4+63-3
2018-03-13 16:52change and fix colorsJan Klemkow1+4-3
2018-03-13 23:02add missing config.mkJan Klemkow1+12-0
2017-09-03 08:59clean up MakefileJan Klemkow1+7-10
2017-09-02 23:34use basename of cwd as window title by defaultJan Klemkow1+13-6
2017-09-02 12:51indent: fix commentJan Klemkow1+1-1
2017-09-02 12:47indent: fix ii line formting changeJan Klemkow1+8-6
2017-07-29 20:15Merge branch 'shua-master'Jan Klemkow2+37-3
2017-07-19 00:37add some more control codesshuall2+35-1
2017-07-18 22:56insert works correctlyshuall1+2-2
2017-02-22 20:52bump copyrightJan Klemkow1+1-1
2017-02-22 20:08lchat: exclude filter from input tail pipeJan Klemkow1+77-6
2017-02-22 17:04lchat: ignore poll errors on interuptsJan Klemkow1+2-1
2017-02-22 16:42filter/indent: add color swap via nich swapJan Klemkow1+10-2
2017-02-22 15:55lchat: rm useless breakJan Klemkow1+0-1
2017-02-22 15:54Makefile add filter/indent to cleanJan Klemkow1+1-1
2017-02-22 15:54indent: fix some bugsJan Klemkow1+19-7
2017-02-18 20:58add indent filter to gitignoreJan Klemkow1+1-0
2016-12-27 21:42fix fmt string mistakeJan Klemkow1+1-1
2016-11-28 21:10fix buffering with flushesJan Klemkow1+2-0
2016-11-28 20:49add error check for poll(2)Jan Klemkow1+2-1
2016-11-15 08:58add indent filterJan Klemkow2+53-0
2016-11-15 08:57fix some typosJan Klemkow1+2-2
2016-10-01 09:29add a ucspi backend via new option -uJan Klemkow1+35-19
2016-09-30 21:34add commentsJan Klemkow1+2-2
2016-09-29 16:06add libutf to requirementsJan Klemkow1+1-0
2016-07-10 00:15add delete handlingJan Klemkow1+14-0
2016-07-09 22:49test: formating fixJan Klemkow1+2-2
2016-07-09 20:47fix some bugsJan Klemkow2+27-11
2016-07-09 18:33add testsJan Klemkow2+115-1
2016-07-09 18:30add uft-8 supportJan Klemkow4+183-56
2016-03-03 19:26update arrowsJan Klemkow1+0-0
2016-03-03 19:19add image of information flowJan Klemkow2+2-0
2016-01-11 20:49add .prompt and .title file handlingJan Klemkow2+51-7
2016-01-11 14:41readme: restructureJan Klemkow1+6-5
2016-01-05 21:45add the possibility for output line transformatonJan Klemkow2+10-1
2016-01-05 21:43readme: add requirements sectionJan Klemkow1+6-0
2015-12-28 21:34gitignore some more filesJan Klemkow1+2-0
2015-12-28 21:25fix typoJan Klemkow1+1-1
2015-12-28 20:04bell rings if input matches on regex in .bellmatchJan Klemkow2+35-1
2015-12-28 13:26remove unused lib from build. Reported by Greg Reagle.Jan Klemkow1+1-1
2015-12-27 22:45fix build for other systems likeJan Klemkow3+7-2
2015-11-18 23:14add some more TODOsJan Klemkow1+3-0
2015-11-18 23:10add some TODOsJan Klemkow1+8-2
2015-11-15 21:37fix: compiling errorJan Klemkow1+3-3
2015-11-15 21:10make bell optionalJan Klemkow2+11-4
2015-11-15 20:43fix: input line warpingJan Klemkow1+31-1
2015-11-08 12:43fixes some parts of the manpageJan Klemkow1+15-4
2015-11-07 04:28rename -H to -n for compatibility to tail(1)Jan Klemkow2+7-7
2015-11-07 04:16fix empty line option and behaviorJan Klemkow2+9-9
2015-11-07 04:07set default history length to 5Jan Klemkow1+1-1
2015-11-07 04:04add option to set the terminals window titleJan Klemkow2+19-3
2015-11-07 02:13try to improve documentationJan Klemkow3+3-7
2015-10-26 22:05move and extend READMEJan Klemkow1+10-0
2015-10-26 21:55add manpageJan Klemkow1+62-0
14 more commits remaining, fetch the repository