Code

wreadln: convert public globals to local constants
authorMax Kellermann <max@duempel.org>
Mon, 6 Oct 2008 12:36:29 +0000 (14:36 +0200)
committerMax Kellermann <max@duempel.org>
Mon, 6 Oct 2008 12:36:29 +0000 (14:36 +0200)
commit109a63c4d0375f12456d32e5bd58bc92748adad0
tree5bd23f794b33aa475ca60b6b0426facafd550300
parent4966421e402395e12bf22f75d438504937432e3e
wreadln: convert public globals to local constants

Convert wrln_max_line_size and wrln_max_history_length to local
constants.  They have no real use outside of wreadln.c.
src/screen.c
src/wreadln.c
src/wreadln.h