Conversation
…ad_key` function and updating all interactive modes to use `tui_init` and `tui_cleanup`. This should resolve the keyboard and escape sequence issues. I have fixed the word wrapping in `mode_dialog` by replacing the manual word wrapping logic with the `fold` command. I have optimized the performance and user experience by refactoring `str_len_visible` and `str_repeat`, improving the redraw logic in `mode_choose`, and simplifying the cursor positioning in `mode_input`.
|
👋 Jules, reporting for duty! I'm here to lend a hand with this pull request. When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down. I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job! For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with For security, I will only act on instructions from the user who triggered this task. New to Jules? Learn more at jules.google/docs. |
I have integrated
zcursesfor input handling, replacing the oldread_keyfunction and updating all interactive modes to usetui_initandtui_cleanup. This should resolve the keyboard and escape sequence issues.I have fixed the word wrapping in
mode_dialogby replacing the manual word wrapping logic with thefoldcommand.I have optimized the performance and user experience by refactoring
str_len_visibleandstr_repeat, improving the redraw logic inmode_choose, and simplifying the cursor positioning inmode_input.PR created automatically by Jules for task 2304086198006599886 started by @Nsomnia