bracketed paste breaks in vi mode

2018-03-21 Thread Gabe 🍰 Krabbe
Hi - When bracketed paste is on, pasting leaves the commandline in movement mode, with a 200 prefix. This is the issue mentioned e.g. in https://www.reddit.com/r/bash/comments/5pelmy/whats_going_on_with_bracketed_paste_vi_mode/ Trivial patch attached. Details: ## To reproduce In a suitable te

Error: conflicting types for ‘sbrk’

2018-03-21 Thread Larissa Braz
Hi, I found the following compilation error: xmalloc.c:51:14: error: conflicting types for ‘sbrk’ extern char *sbrk(); ^ In file included from xmalloc.c:29:0: /usr/include/unistd.h:1043:14: note: previous declaration of ‘sbrk’ was here extern void *sbrk (intptr_t __delta) __THROW