]> git.wh0rd.org Git - nano.git/commit
in display_string(), if column is less than start_col and the
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Mon, 5 Sep 2005 01:36:47 +0000 (01:36 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Mon, 5 Sep 2005 01:36:47 +0000 (01:36 +0000)
commit7f26c7384dbe1b67600b85ea156db08a53855786
tree00ce92b1e6b6fe97b46973a8a8a4312f1c02102e
parent1c367b69490ddb41a9170c9daacac114ada5b798
in display_string(), if column is less than start_col and the
character's a tab, which can be possible if there are enough tabs and
the terminal size is sufficiently large, don't try to display it using
control_mbrep()

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3014 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
ChangeLog
src/winio.c