Changeset 47519e1b for message.c


Ignore:
Timestamp:
Jan 2, 2008, 2:42:05 AM (16 years ago)
Author:
Alejandro R. Sedeño <asedeno@mit.edu>
Branches:
master, barnowl_perlaim, debian, release-1.10, release-1.4, release-1.5, release-1.6, release-1.7, release-1.8, release-1.9
Children:
c60ade2
Parents:
2febcae
Message:
text entry:
* first pass at utf-8 text entry. This is not yet complete, and it certainly has bugs.
  The following is an incomplete list of functions that will probably misbehave if you use them.
  - owl_editwin_move_to_nextword()
  - owl_editwin_move_to_previousword()
  - owl_editwin_delete_nextword()
  - owl_editwin_delete_previousword()
  - owl_editwin_delete_to_endofline()
  - owl_editwin_fill_paragraph()

format text:
* owl_fmtext_curs_waddstr() contract restored to match trunk.
* owl_fmtext_curs_waddstr_without_search() added.

misc:
* Importing Markus Kuhn's wcwidth.c from
  http://www.cl.cam.ac.uk/~mgk25/ucs/wcwidth.c
* Change wcwidth() calls to mk_wcwidth()
File:
1 edited

Legend:

Unmodified
Added
Removed
  • message.c

    r6201646 r47519e1b  
    540540  owl_fmtext_colorizebg(&b, bgcolor);
    541541
    542   owl_fmtext_curs_waddstr(&b, win, owl_global_is_search_active(&g));
     542  owl_fmtext_curs_waddstr(&b, win);
    543543
    544544  owl_fmtext_free(&a);
Note: See TracChangeset for help on using the changeset viewer.