index
:
rtmux.git
master
rahm
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
utf8.c
Commit message (
Expand
)
Author
Age
*
portable: fixup merge with utf8.c
Thomas Adam
2023-01-08
*
Merge branch 'obsd-master'
Thomas Adam
2023-01-08
|
\
|
*
Restore code to handle wcwidth failure so that unknown codepoints still
nicm
2023-01-08
*
|
Restore code to handle wcwidth failure so that unknown codepoints still
Nicholas Marriott
2023-01-08
*
|
Missing #endif.
Nicholas Marriott
2023-01-06
*
|
Merge branch 'obsd-master'
Thomas Adam
2023-01-06
|
\
|
|
*
Make U+FE0F VARIATION SELECTOR-16 change the width from 1 to 2. GitHub
nicm
2022-12-16
|
*
More accurate vi(1) word navigation in copy mode and on the status line.
nicm
2021-06-10
|
*
Fix some warnings, GitHub issue 2382.
nicm
2020-09-16
*
|
Remove fallback for wcwidth failure, GitHub issue 3003.
Nicholas Marriott
2021-12-06
*
|
More accurate vi(1) word navigation in copy mode and on the status line. This
Nicholas Marriott
2021-05-13
*
|
Restore utf8proc bits that went missing, GitHub issue 2564.
Nicholas Marriott
2021-02-10
*
|
Fix some warnings, GitHub issue 2382.
Nicholas Marriott
2020-09-30
*
|
Merge branch 'obsd-master'
Thomas Adam
2020-07-21
|
\
|
|
*
Fix show-buffer when run from inside tmux, GitHub issue 2314.
nicm
2020-07-21
*
|
Merge branch 'obsd-master'
Thomas Adam
2020-06-09
|
\
|
|
*
Include width in error message.
nicm
2020-06-09
*
|
Merge branch 'obsd-master'
Thomas Adam
2020-06-09
|
\
|
|
*
It is not sensible to store pointers into an array we are going to
nicm
2020-06-09
*
|
Merge branch 'obsd-master'
Thomas Adam
2020-06-06
|
\
|
|
*
Use bitshifts instead of a union for encoding UTF-8 into 32 bits, which
nicm
2020-06-06
*
|
Merge branch 'obsd-master'
Thomas Adam
2020-06-02
|
\
|
|
*
Allow UTF-8 characters of width 0 to be stored, it is useful to be able
nicm
2020-06-02
*
|
Merge branch 'obsd-master'
Thomas Adam
2020-06-02
|
\
|
|
*
UTF-8 keys need to be big endian so the size bits are at the top.
nicm
2020-06-02
*
|
Merge branch 'obsd-master'
Thomas Adam
2020-06-02
|
\
|
|
*
Fail rather than fatal on UTF-8 width 0.
nicm
2020-06-02
*
|
Merge branch 'obsd-master'
Thomas Adam
2020-05-26
|
\
|
|
*
Return new character properly when converting to data.
nicm
2020-05-26
*
|
Remove bad merge.
Nicholas Marriott
2020-05-26
*
|
Put the fix back for wcwidth() failing.
Nicholas Marriott
2020-05-26
*
|
Merge branch 'obsd-master'
Thomas Adam
2020-05-26
|
\
|
|
*
Use the internal representation for UTF-8 keys instead of wchar_t and
nicm
2020-05-25
|
*
Tidy up new UTF-8 code and make it more generic.
nicm
2020-05-25
*
|
Merge branch 'obsd-master'
Thomas Adam
2020-05-25
|
\
|
|
*
Make some data types consistent.
nicm
2020-05-25
*
|
Merge branch 'obsd-master'
Thomas Adam
2020-05-25
|
\
|
|
*
Instead of storing all UTF-8 characters in the extended cell which means
nicm
2020-05-25
*
|
Merge branch 'obsd-master'
Thomas Adam
2019-11-25
|
\
|
|
*
Add p format modifier for padding to width.
nicm
2019-11-25
*
|
Merge branch 'obsd-master'
Thomas Adam
2019-05-26
|
\
|
|
*
Add formats for word and line under the mouse and use them to add some
nicm
2019-05-26
*
|
Merge branch 'obsd-master'
Thomas Adam
2019-05-23
|
\
|
|
*
Environment variables can start with { also.
nicm
2019-05-23
*
|
Merge branch 'obsd-master'
Thomas Adam
2019-05-23
|
\
|
|
*
Break the argument escaping code into a separate function and use it to
nicm
2019-05-23
*
|
Merge branch 'obsd-master'
Thomas Adam
2019-03-18
|
\
|
|
*
Extend the #[] style syntax and use that together with previous format
nicm
2019-03-18
*
|
Merge branch 'obsd-master'
Thomas Adam
2017-06-05
|
\
|
|
*
Remove unused variable.
nicm
2017-06-04
[next]