Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mRemoteNG/PuTTYNG.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-10-23Add missing initialisation of term->osc_strlen.Simon Tatham
2022-09-03Add a batch of missing 'static's.Simon Tatham
2022-08-03Formatting: miscellaneous.Simon Tatham
2022-08-03Formatting: remove spurious spaces in 'type * var'.Simon Tatham
2022-08-03Formatting: realign run-on parenthesised stuff.Simon Tatham
2022-08-03Formatting: normalise back to 4-space indentation.Simon Tatham
2022-07-24Send xterm 216+ modifiers in small-keypad key escape sequences.Simon Tatham
2022-06-01Remove uni_tbl from struct unicode_data.Simon Tatham
2022-05-24Merge bidi paragraphOverride fix from 'pre-0.77'.Simon Tatham
2022-05-24do_bidi: initialise paragraphOverride correctly.Simon Tatham
2022-05-12Move window resize timeouts into the GTK frontend.Simon Tatham
2022-05-12Allow BEL to terminate OSC sequences during setup.Simon Tatham
2022-05-11Allow terminating OSC sequences during setup.Simon Tatham
2022-03-29Cancel drag-select when the context menu pops up.Simon Tatham
2022-02-11Fix handling of shifted SCO function keys.Simon Tatham
2022-01-29term_get_userpass_input: missing NULL check.Simon Tatham
2022-01-29bidi_test: minor memory fixes.Simon Tatham
2022-01-29do_bidi: remove a pointless assert.Simon Tatham
2021-12-28Richer data type for interactive prompt results.Simon Tatham
2021-12-19Proper buffer management between terminal and backend.Simon Tatham
2021-12-19Suspend terminal output while a window resize is pending.Simon Tatham
2021-12-19Stop using a local buffer in term_out.Simon Tatham
2021-12-19Factor out term_request_resize().Simon Tatham
2021-12-19Centralise drag-select check into term_out().Simon Tatham
2021-10-30Fix trust-sigil handling when scrolling the terminal.Simon Tatham
2021-10-23New function-key mode similar to modern xterm.Simon Tatham
2021-10-23Fix Alt handling in the new shifted-arrow-key support.Simon Tatham
2021-10-18New config option for shifted arrow key handling.Simon Tatham
2021-10-16win_set_[icon_]title: send a codepage along with the string.Simon Tatham
2021-10-16Charset-aware handling of C1 ST in OSC sequences.Simon Tatham
2021-10-16Remove some unused variables.Simon Tatham
2021-10-11bidi.c: correct comments.Simon Tatham
2021-10-10Test rig for the new bidi algorithm.Simon Tatham
2021-10-10Complete rewrite of the bidi algorithm.Simon Tatham
2021-10-10bidi.c: update the API.Simon Tatham
2021-10-10Make bidi type enums into list macros.Simon Tatham
2021-10-10Move bidi gettype main() into its own file.Simon Tatham
2021-10-10Start a 'terminal' source subdirectory.Simon Tatham