]> diplodocus.org Git - nmh/history - sbr/terminal.c
Reverted commit 9a4b4a3d3b27fe4a7ff6d0b8724ce1c06b5917eb.
[nmh] / sbr / terminal.c
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...