mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-08-04 14:46:03 +00:00
...
This commit is contained in:
parent
c3c4ecb135
commit
37e9d2435b
1 changed files with 1 additions and 0 deletions
|
|
@ -133,6 +133,7 @@ type sortable_dir_entry struct {
|
|||
buf [unix.NAME_MAX + 1]byte
|
||||
}
|
||||
|
||||
// lowercase a string into a pre-existing byte buffer with speedups for ASCII
|
||||
func as_lower(s string, output []byte) int {
|
||||
limit := min(len(s), len(output))
|
||||
found_non_ascii := false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue