Commit 2c70a4e6 authored by David Lawrence Ramsey's avatar David Lawrence Ramsey
Browse files

document the last titlebar() change

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2163 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
parent bce3aad8
Showing with 4 additions and 4 deletions
+4 -4
...@@ -93,10 +93,10 @@ CVS code - ...@@ -93,10 +93,10 @@ CVS code -
a segfault. (DLR) a segfault. (DLR)
- winio.c: - winio.c:
titlebar() titlebar()
- Rename some variables for consistency, properly handle the - Rename some variables for consistency, make space an int
case where the prefix length plus the path length is greater instead of a size_t, properly handle the case where the prefix
than the amount of space available, and fix a typo in an length plus the path length is greater than the amount of
assert(). (DLR) space available, and fix a typo in an assert. (DLR)
unget_kbinput() unget_kbinput()
- Remove the wide character handling, as it didn't work properly - Remove the wide character handling, as it didn't work properly
with respect to function keys. (DLR) with respect to function keys. (DLR)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment