author | Max Kellermann <max@duempel.org> | |
Mon, 6 Oct 2008 12:56:08 +0000 (14:56 +0200) | ||
committer | Max Kellermann <max@duempel.org> | |
Mon, 6 Oct 2008 12:56:08 +0000 (14:56 +0200) | ||
commit | eb28e1a9398a5423e247eeda12594fa0f0a0136b | |
tree | 090c195b960c10fb2968ddd8c8265a6147e110f5 | tree | snapshot |
parent | 3a92aa17478c901b1704fb935723783b11f193e7 | commit | diff |
wreadln: use unsigned integers and size_t
Declare all screen position variables as "unsigned", and all buffer
positions as "size_t". We don't need signed values.
Declare all screen position variables as "unsigned", and all buffer
positions as "size_t". We don't need signed values.
src/wreadln.c | diff | blob | history | |
src/wreadln.h | diff | blob | history |