1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-01-25 01:02:24 +00:00
putty-source/terminal
Simon Tatham d7548d0449 Move bidi gettype main() into its own file.
That's what I've usually been doing with any main()s I find under
ifdef; there's no reason this should be an exception. If we're keeping
it in the code at all, we should ensure it carries on compiling.

I've also created a new header file bidi.h, containing pieces of the
bidi definitions shared between bidi.c and the new source file.
2021-10-10 14:53:25 +01:00
..
bidi_gettype.c Move bidi gettype main() into its own file. 2021-10-10 14:53:25 +01:00
bidi.c Move bidi gettype main() into its own file. 2021-10-10 14:53:25 +01:00
bidi.h Move bidi gettype main() into its own file. 2021-10-10 14:53:25 +01:00
terminal.c Start a 'terminal' source subdirectory. 2021-10-10 14:37:10 +01:00
terminal.h Start a 'terminal' source subdirectory. 2021-10-10 14:37:10 +01:00