mirror of
https://github.com/mpv-player/mpv.git
synced 2025-12-28 05:33:14 +00:00
Rename getch2....c/h to terminal....c/h
"getch2" really tells nothing about what the heck this code does. It'd be even worse when moving the rest of terminal handling code there.
This commit is contained in:
@@ -45,7 +45,7 @@
|
||||
#include "bstr/bstr.h"
|
||||
#include "input/input.h"
|
||||
#include "input/keycodes.h"
|
||||
#include "getch2.h"
|
||||
#include "terminal.h"
|
||||
|
||||
#if HAVE_TERMIOS
|
||||
static volatile struct termios tio_orig;
|
||||
@@ -30,7 +30,7 @@
|
||||
#include <windows.h>
|
||||
#include "input/keycodes.h"
|
||||
#include "input/input.h"
|
||||
#include "getch2.h"
|
||||
#include "terminal.h"
|
||||
|
||||
int mp_input_slave_cmd_func(int fd, char *dest, int size)
|
||||
{
|
||||
Reference in New Issue
Block a user