Fix @ send-key not working to send keys to self over TTY

This commit is contained in:
Kovid Goyal
2024-03-05 13:09:07 +05:30
parent a3d8be5e2f
commit c1af14c22a
5 changed files with 12 additions and 9 deletions

View File

@@ -31,7 +31,6 @@ func make_file_gen(f *os.File) func(*rc_io_data) (bool, error) {
}
func parse_send_text(io_data *rc_io_data, args []string) error {
io_data.rc.NoResponse = true
generators := make([]func(io_data *rc_io_data) (bool, error), 0, 1)
if len(args) > 0 {