]> git.pond.sub.org Git - empserver/commit - src/client/misc.h
(getsose): Port from obsolete termcap to terminfo. The old code
authorMarkus Armbruster <armbru@pond.sub.org>
Sat, 4 Jun 2005 13:03:16 +0000 (13:03 +0000)
committerMarkus Armbruster <armbru@pond.sub.org>
Sat, 4 Jun 2005 13:03:16 +0000 (13:03 +0000)
commitfbf9f15bbbb1239852c55321305fc62e8b659393
treedbdf117b3da4ee27bb1d9f93792616de1c839e90
parentc3915edb54c0852bc518507a15d651171da111fd
(getsose): Port from obsolete termcap to terminfo.  The old code
manually stripped off padding, which is evil.  The new code does
nothing when the stdout is not connected to a terminal.
(SO, smso, SE, rmso): Rename, static linkage.
(putso, putse): New.
(screen): Use it.
src/client/misc.h
src/client/servcmd.c
src/client/termlib.c