42sh 1.0.0
Create a shell in C
|
The file containing the termios functions. More...
#include "../../include/myshell.h"
Functions | |
void | save_termios (struct termios *saved_termios) |
Save terminal attributes. | |
void | restore_termios (struct termios *saved_termios) |
Restore terminal attributes. | |
int | disable_buffer (void) |
Disable the buffer. | |
The file containing the termios functions.
int disable_buffer | ( | void | ) |
Disable the buffer.
void restore_termios | ( | struct termios * | saved_termios | ) |
Restore terminal attributes.
saved_termios | The termios structure to restore the terminal attributes |
void save_termios | ( | struct termios * | saved_termios | ) |
Save terminal attributes.
saved_termios | The termios structure to save the terminal attributes |