rclone/cmd/ncdu
eNV25 7672cde4f3 cmd/ncdu: use negative values for key runes
The previous version used values after the maximum Unicode code-point
to encode a key. This could lead to an overflow since a key is a int16,
a rune is int32 and the maximum Unicode code-point is larger than int16.

A better solution is to simply use negative runes for keys.
2022-11-28 10:51:11 +00:00
..
scan ncdu: add support for modification time 2022-11-07 11:57:44 +00:00
ncdu_unsupported.go ncdu: replace termbox with tcell's termbox wrapper 2022-06-19 11:22:45 +01:00
ncdu.go cmd/ncdu: use negative values for key runes 2022-11-28 10:51:11 +00:00