mirror of
https://github.com/swaywm/sway.git
synced 2025-04-03 19:07:45 +03:00
Remove readline.c
All occurrences of read_line have been replaced by getline. peek_line has been absorbed into detect_brace.
This commit is contained in:
parent
967566e37f
commit
a82b8a3c14
11 changed files with 118 additions and 247 deletions
|
@ -12,7 +12,6 @@
|
|||
#include <json-c/json.h>
|
||||
#include "stringop.h"
|
||||
#include "ipc-client.h"
|
||||
#include "readline.h"
|
||||
#include "log.h"
|
||||
|
||||
void sway_terminate(int exit_code) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue