1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-03-16 12:03:03 -05:00
Simon Tatham 586dc96f5f Factor out common code from Unix CLI main loops.
Unix Plink, Unix Pageant in server mode, Uppity, and the post-
connection form of PSFTP's command-line reading code all had very
similar loops in them, which run a pollwrapper and mediate between
that, timers, and toplevel callbacks. It's long past time the common
code between all of those became a reusable shared routine.

So, this commit introduces uxcliloop.c, and turns all the previous
copies of basically the same loop into a call to cli_main_loop with
various callback functions to configure the parts that differ.
2020-02-07 19:14:32 +00:00
..
2020-02-02 10:02:10 +00:00
2019-03-31 10:35:10 +01:00
2019-10-14 19:42:37 +01:00
2020-01-30 06:40:21 +00:00
2020-01-21 20:24:04 +00:00
2019-10-14 19:42:37 +01:00
2020-01-21 20:24:04 +00:00