bugWeeChat - Bugs: bug #16356, Support for characters that are...

 
 

bug #16356: Support for characters that are more than one character cell wide

Submitter:  Sebastien Helleu <flashcode>
Submitted:  Mon 17 Apr 2006 06:26:25 PM UTC
   
 
Category:  display Severity:  3 - Normal
Priority:  5 - Normal Item Group:  display
Status:  Fixed Privacy:  Public
Assigned to:  flashcode Originator Name: 
Open/Closed:  Closed Release:  * 0.2.6
IRC nick: 
* Mandatory Fields

Post a Comment

Add a New Comment Rich Markup
   

Discussion

Jump to the original submission

Sun 06 Jul 2008 10:14:28 AM UTC, comment #6: 

Fixed for version 0.2.7, testers are welcome (see my previous comment to test it).

Sebastien Helleu <flashcode>
Group administrator
Tue 01 Jul 2008 08:24:16 AM UTC, 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.

Sebastien Helleu <flashcode>
Group administrator
Tue 01 Jul 2008 08:07:29 AM UTC, comment #4: 

Ok, I expect for the fix too, so much!
But anyway, author has done a well job, thank you!

Anonymous
Tue 01 Jul 2008 08:02:03 AM UTC, comment #3: 

hi,

seemes this bug still in progress, may I ask that when will it be fixed ?

Anonymous
Tue 09 May 2006 10:43:07 AM UTC, comment #2: 

Now there is problem with input line when scrolling (length > window width) if there is wide chars.

Sebastien Helleu <flashcode>
Group administrator
Mon 08 May 2006 01:28:17 PM UTC, comment #1: 

Problem was only with chars that are more than one character cell wide on screen.
Fixed for input and display in buffer chat area.

Sebastien Helleu <flashcode>
Group administrator
Mon 17 Apr 2006 06:26:25 PM UTC, original submission:  

UTF-8 chars coded on more than 2 bytes are not properly displayed by WeeChat

Sebastien Helleu <flashcode>
Group administrator

 

Attached Files

This item currently has no attached files.

(Note: upload size limit is set to 4.0MiB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

 

Dependencies

This item does not depend on any other items.

No items depend on this one.

 

Mail Notification Carbon-Copy List

Carbon-Copy List
  • -email is unavailable- added by flashcode (Posted a comment)
  •  

    Votes

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only logged-in users can vote.

     

    Please enter the title of George Orwell's famous dystopian book (it's a date):

    History

    Follow 7 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2009-09-06 flashcode Open/ClosedOpen Closed
    2008-07-06 flashcode StatusIn Progress Fixed
    2008-07-01 flashcode ReleaseNone 0.2.6
    2006-05-09 flashcode StatusFixed In Progress
        Open/ClosedClosed Open
    2006-05-08 flashcode StatusIn Progress Fixed
        Open/ClosedOpen Closed

    Back to the top

    Powered by Savane 3.16-2753.
    Corresponding source code