mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-07-02 03:52:49 -05:00
Update source file names in comments and docs.
Correcting a source file name in the docs just now reminded me that I've seen a lot of outdated source file names elsewhere in the code, due to all the reorganisation since we moved to cmake. Here's a giant pass of trying to make them all accurate again.
This commit is contained in:
@ -49,9 +49,9 @@ static const struct keyvalwhere hknames[] = {
|
||||
/*
|
||||
* All the terminal modes that we know about for the "TerminalModes"
|
||||
* setting. (Also used by config.c for the drop-down list.)
|
||||
* This is currently precisely the same as the set in ssh.c, but could
|
||||
* in principle differ if other backends started to support tty modes
|
||||
* (e.g., the pty backend).
|
||||
* This is currently precisely the same as the set in
|
||||
* ssh/ttymode-list.h, but could in principle differ if other backends
|
||||
* started to support tty modes (e.g., the pty backend).
|
||||
* The set of modes in in this array is currently significant for
|
||||
* settings migration from old versions; if they change, review the
|
||||
* gppmap() invocation for "TerminalModes".
|
||||
|
Reference in New Issue
Block a user