On Thu, Aug 02, 2012 at 08:59:43PM +0200, Andre Heider wrote:
> isalpha() and isdigit() don't like huge values.
> Noticed with ascii-art in the shell prompt.
Thanks, committed.
> ---
> clients/terminal.c |3 +++
> 1 file changed, 3 insertions(+)
>
> diff --git a/clients/terminal.c b/clients
isalpha() and isdigit() don't like huge values.
Noticed with ascii-art in the shell prompt.
---
clients/terminal.c |3 +++
1 file changed, 3 insertions(+)
diff --git a/clients/terminal.c b/clients/terminal.c
index dd35ceb..cbcd1ec 100644
--- a/clients/terminal.c
+++ b/clients/terminal.c
@@ -2