]> diplodocus.org Git - nmh/history - sbr/terminal.c
mhlsbr.c: Don't strchr(3) non-string NUL-less buffer.
[nmh] / sbr / terminal.c
2017-08-28 Ralph CorderoyMove terminal.c's prototypes from prototypes.h to new...
2017-04-22 Ralph CorderoyCorrect first-line comments where filename is wrong.
2017-04-22 Ralph CorderoyReplace "/*\n * " with "/* " at the start of a file.
2017-04-22 Ralph CorderoyRemove leading and trailing blank lines from code.
2016-11-01 Ralph CorderoyFix spelling mistake in comment.
2016-10-20 Ralph CorderoyDon't `else' after return. Simplify control flow.
2016-10-19 Ralph CorderoyPut, rather than print, single characters.
2014-06-16 David LevineReordered #includes of sbr/terminal.c to allow compilat...
2014-01-05 Ken HornsteinWhoops, I'm supposed to NUL-terminate the string, not...
2014-01-03 Ken HornsteinAdd support for %(hascolor), and a new function for...
2014-01-03 Ken HornsteinAlso make sure outc() uses TPUTS_PUTC_ARG.
2014-01-03 Ken HornsteinCreate an autoconf test to determine the argument of...
2014-01-03 Ken HornsteinSigh. Fix up missing conversion from clear->ti_clear.
2014-01-03 Ken HornsteinI guess we can't include both termcap and terminfo...
2014-01-03 Ken Hornsteininclude curses.h so this (hopefully) now works on Solaris.
2014-01-03 Ken HornsteinConvert all of the terminal functions over to terminfo...
2014-01-02 Ken HornsteinGarbage collect unused code.
2014-01-02 Ken HornsteinRemove baudrate-handing code.
2014-01-02 Ken HornsteinDrop support for different behavior on hardcopy termina...
2014-01-02 Ken HornsteinMove the termsbr code into the libmh library, where...