- 13 Aug, 2024 1 commit
-
-
Michael Yang authored
- fixes printf: non-constant format string in call to fmt.Printf - fixes SA1032: arguments have the wrong order - disables testifylint
-
- 02 Aug, 2024 1 commit
-
-
Michael Yang authored
-
- 04 Jun, 2024 2 commits
-
-
Michael Yang authored
-
Michael Yang authored
-
- 28 May, 2024 1 commit
-
-
Josh authored
* integrated runewidth for display management - fixed cursor movement for mutli-width char * updated input and deletion of multi-byte chars * fixed line history with some exceptions * improved insert and add * fixed issues with moving across lines * end of line extra space tracking' * saved changes * fixed end of line issues with empty spaces * worked some more * worked on end of line * fixed failed test * fixed minor inserting bug * fixed movement hotkeys * adjusted hotkeys * removed comments * Update readline/buffer.go Co-authored-by:
Bruce MacDonald <brucewmacdonald@gmail.com> * Update readline/buffer.go Co-authored-by:
Bruce MacDonald <brucewmacdonald@gmail.com> * Update readline/buffer.go Co-authored-by:
Bruce MacDonald <brucewmacdonald@gmail.com> * Update readline/buffer.go Co-authored-by:
Bruce MacDonald <brucewmacdonald@gmail.com> * Update readline/buffer.go Co-authored-by:
Bruce MacDonald <brucewmacdonald@gmail.com> * Update readline/buffer.go Co-authored-by:
Bruce MacDonald <brucewmacdonald@gmail.com> * Update readline/buffer.go Co-authored-by:
Bruce MacDonald <brucewmacdonald@gmail.com> * Update readline/buffer.go Co-authored-by:
Bruce MacDonald <brucewmacdonald@gmail.com> * Update readline/buffer.go Co-authored-by:
Bruce MacDonald <brucewmacdonald@gmail.com> * Update readline/buffer.go Co-authored-by:
Bruce MacDonald <brucewmacdonald@gmail.com> * Update readline/buffer.go Co-authored-by:
Bruce MacDonald <brucewmacdonald@gmail.com> * Update readline/buffer.go Co-authored-by:
Bruce MacDonald <brucewmacdonald@gmail.com> * deleted comments and duplicate code * removed duplicate code * added comments, refactored add function to use addChar * added helper to retrieve lineSpacing, renamed lineFlags for clarity * fixed remove() --------- Co-authored-by:
Bruce MacDonald <brucewmacdonald@gmail.com>
-
- 07 Mar, 2024 1 commit
-
-
Michael Yang authored
-
- 22 Jan, 2024 1 commit
-
-
Meng Zhuo authored
-
- 06 Jan, 2024 1 commit
-
-
Michael Yang authored
-
- 30 Oct, 2023 1 commit
-
-
Bruce MacDonald authored
- update the readline package to have basic support on windows, this is not full feature parity with the unix cli yet
-
- 28 Oct, 2023 1 commit
-
-
Jeffrey Morgan authored
* dont quit ioloop on 0 rune * check for closed channel * remove unused error on `Close()`
-
- 25 Oct, 2023 1 commit
-
-
Patrick Devine authored
-