TUT/src
m1ngsama 7e55ade793 feat: Add interactive form text input editing
- Add FORM_EDIT input mode for editing text fields
- Add actions: NEXT_FIELD, PREV_FIELD, EDIT_TEXT, ACTIVATE_FIELD
- Support 'i' key to focus first form field
- Tab/Shift+Tab to navigate between fields
- Enter on text input fields to edit them
- Real-time text editing with live preview
- Enter/Esc to exit edit mode
- Checkbox toggle support (press Enter on checkbox)
- Status bar shows "-- INSERT --" mode and current text
- Form fields highlighted when active

Keyboard shortcuts:
- i: Focus first form field
- Tab: Next field
- Shift+Tab: Previous field
- Enter: Activate/edit field or toggle checkbox
- Esc: Exit edit mode
2025-12-27 23:52:36 +08:00
..
render refactor: Use ANSI escape codes for cursor and screen operations 2025-12-27 23:35:21 +08:00
utils refactor: Consolidate v2 architecture into main codebase 2025-12-27 17:59:05 +08:00
bookmark.cpp feat: Add bookmark management 2025-12-27 15:29:44 +08:00
bookmark.h feat: Add bookmark management 2025-12-27 15:29:44 +08:00
browser.cpp feat: Add interactive form text input editing 2025-12-27 23:52:36 +08:00
browser.h refactor: Consolidate v2 architecture into main codebase 2025-12-27 17:59:05 +08:00
dom_tree.cpp fix: Filter out script/style tags during DOM tree build 2025-12-27 18:24:23 +08:00
dom_tree.h feat: Add image ASCII art rendering support 2025-12-27 14:06:21 +08:00
history.cpp feat: Add persistent browsing history 2025-12-27 18:13:40 +08:00
history.h feat: Add persistent browsing history 2025-12-27 18:13:40 +08:00
html_parser.cpp feat: Add DOM tree implementation and fix compiler warnings 2025-12-25 13:18:08 +08:00
html_parser.h feat: Add DOM tree implementation and fix compiler warnings 2025-12-25 13:18:08 +08:00
http_client.cpp feat: Add async HTTP requests with non-blocking loading 2025-12-27 15:47:09 +08:00
http_client.h feat: Add async HTTP requests with non-blocking loading 2025-12-27 15:47:09 +08:00
input_handler.cpp feat: Add interactive form text input editing 2025-12-27 23:52:36 +08:00
input_handler.h feat: Add interactive form text input editing 2025-12-27 23:52:36 +08:00
main.cpp refactor: Consolidate v2 architecture into main codebase 2025-12-27 17:59:05 +08:00