mirror of
https://github.com/irssi/irssi.git
synced 2026-08-10 04:13:32 +02:00
tab-completion in the middle of line left the cursor in wrong place.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@336 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
c892353bf4
commit
c5d1dab0bc
2 changed files with 3 additions and 5 deletions
|
|
@ -158,6 +158,9 @@ void gui_entry_set_pos(int p)
|
|||
{
|
||||
if (p >= 0 && p <= entry->len)
|
||||
pos = p;
|
||||
|
||||
entry_screenpos();
|
||||
entry_update();
|
||||
}
|
||||
|
||||
void gui_entry_move_pos(int p)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue