update: renamed some stuff in line

This commit is contained in:
Maieul BOYER 2024-10-12 18:00:45 +02:00
parent d550ffab53
commit bc3da16935
No known key found for this signature in database
6 changed files with 17 additions and 17 deletions

View file

@ -15,9 +15,9 @@
#include "line/_line_structs.h"
#include "me/types.h"
/* This function is called when linenoise() is called with the standard
/* This function is called when line() is called with the standard
* input file descriptor not attached to a TTY. So for example when the
* program using linenoise is called in pipe or with a file redirected
* program using line is called in pipe or with a file redirected
* to its standard input. In this case, we want to be able to return the
* line regardless of its length (by default we are limited to 4k). */
bool line_no_tty_impl(t_str *out)