[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Weechat-dev] [bug #16356] Support for characters that are more than one
From: |
FlashCode |
Subject: |
[Weechat-dev] [bug #16356] Support for characters that are more than one character cell wide |
Date: |
Tue, 01 Jul 2008 08:24:18 +0000 |
User-agent: |
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9) Gecko/2008052906 Firefox/3.0 |
Update of bug #16356 (project weechat):
Release: None => 0.2.6
_______________________________________________________
Follow-up Comment #5:
I'm currently fixing that!
And you can test it if you want, in devel version ("protocols" branch in git
repository).
To test it, you have to do that:
1. comment these 3 lines in src/gui/curses/gui-curses-input.c, line 363-365,
like that:
//if (ptr_win == gui_current_window)
// move (ptr_win->win_input_y,
// ptr_win->win_input_x + ptr_win->win_input_cursor_x);
2. run weechat, and create default bars with /bar default
You should have 2 input lines (one is old input (without cursor)), and other
is new input as bar (with cursor in line). This bar can be tested with wide
chars. I've rewritten all code for input, so you can test (I didn't test if
this bug is fixed by this new version).
Other solution is to wait that I remove old input, to keep only input bar.
_______________________________________________________
Reply to this item at:
<http://savannah.nongnu.org/bugs/?16356>
_______________________________________________
Message posté via/par Savannah
http://savannah.nongnu.org/