Fix output when client is built against termcap.

The pointer passed to tgetstr() must not be reset each time around the loop.
Also some other minor cleanups in term_init().


git-svn-id: svn://svn.code.sf.net/p/bitchx/code/trunk@428 13b04d17-f746-0410-82c6-800466cd88b0
This commit is contained in:
Kevin Easton
2013-11-01 13:06:02 +00:00
parent 8e8a4022f9
commit 456a0061f0
2 changed files with 10 additions and 19 deletions

View File

@@ -1,5 +1,7 @@
[Changes 1.2c01]
* Fix output when built against termcap. (caf)
* Fix STATUS_NOTIFY so that it appears in the right window. (caf)
* Improve robustness of status formats handling. (caf)