sam
sam copied to clipboard
An updated version of the sam text editor.
it seems youve made it pretty clear that this wont happen: http://github.com/deadpixi/sam#things-that-wont-ever-happen-sorry perhaps this page can serve as a place for people to voice their support - futile as it...
```` gcc -std=c99 -I../include -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=500 -I/usr/include/freetype2 -I/usr/X11/include -I/usr/X11/include/freetype2 -c -o unix.o unix.c In file included from unix.c:13: /usr/include/signal.h:71: error: 'NSIG' undeclared here (not in a function) ```` Workaround `-D_ANSI_SOURCE`
I hope you don't mind the pull request. This will only make it easier for compiling sam on macOS. People on macOS don't have to change config.mk, as we'll be...
Hello there, I was thinking if there is a way to reference a word or a line in the .samrc file. We have a "delete previous word" command, meaning that...
The screenshot is nice, but how about a screencast of exciting/impressive/etc things one can do in sam? That would help those of us new to sam quickly understand what makes...
Is there a recommended X11 library for macOS? I have xquartz and it works fine for several other applications, but I'm having no luck with sam. `cd libXg; /Library/Developer/CommandLineTools/usr/bin/make gcc...
The word "install" is spelt as "isntall" change Note that running make install will install a desktop entry file, in either "system" or "user" mode. This can be specified via...
i know it was not in original sam but this is an incredibly useful feature. i think i even saw it somewhere implemented like 'u-1' or something like that.. or...
sam compiles out of the box on Cygwin, but hangs when opening files. I traced the problem to the test on WEOF following the assignment of fgetwc to a wchar_t....
when used with fonts like Source Code Pro or IBM Plex Mono, sam crashes every now and then with the message `libg error: frptofchar:`. I've also seen crashes with proportional...