diff options
Diffstat (limited to 'rts/posix/TTY.h')
-rw-r--r-- | rts/posix/TTY.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/rts/posix/TTY.h b/rts/posix/TTY.h index 7b8e16bb92..fe3e55b579 100644 --- a/rts/posix/TTY.h +++ b/rts/posix/TTY.h @@ -12,3 +12,11 @@ RTS_PRIVATE void resetTerminalSettings (void); #endif /* POSIX_TTY_H */ + +// Local Variables: +// mode: C +// fill-column: 80 +// indent-tabs-mode: nil +// c-basic-offset: 4 +// buffer-file-coding-system: utf-8-unix +// End: |