]> code.citadel.org Git - citadel.git/commit
All screen output now goes through scr_putc().
authorArt Cancro <ajc@citadel.org>
Thu, 2 Sep 2010 15:42:24 +0000 (11:42 -0400)
committerArt Cancro <ajc@citadel.org>
Thu, 2 Sep 2010 15:42:24 +0000 (11:42 -0400)
commit706ffa4bf9a1e1bcf70701638eb8b3ba6b0463eb
treefff8557d991344ab8df36a73361bae139ae33030
parent4c765d1e4fca0c5f426c6359d3d33e03954930ff
All screen output now goes through scr_putc().
This is deliberate.  Please do not optimize this out because I will be writing code that depends on
it.
citadel/textclient/screen.c