鏡像自
https://github.com/quitesimpleorg/asteriskify.git
synced 2025-04-15 02:09:01 +02:00
Tidy up indentation
This commit is contained in:
父節點
7323492836
當前提交
24bd0097b2
@ -36,7 +36,8 @@ size_t pwbufsize = 0;
|
||||
size_t pwindex = 0;
|
||||
int current_mode = MODE_ECHO;
|
||||
|
||||
void enter_raw_mode() {
|
||||
void enter_raw_mode()
|
||||
{
|
||||
struct termios raw = saved_termios;
|
||||
raw.c_lflag &= ~(ECHO | ICANON);
|
||||
if(tcsetattr(STDIN_FILENO, TCSAFLUSH, &raw) != 0)
|
||||
|
載入中…
x
新增問題並參考
Block a user