とても簡単なgtkプログラムをgccでコンパイルする様子。
#include <gtk/gtk.h>
int main(int argc, char **argv)
{
GtkWidget *win;
gtk_init(&argc, &argv);
win = gtk_window_new(GTK_WINDOW_TOPLEVEL);
gtk_widget_show(win);
gtk_main();
return 0;
}
It's just an editor...everyone has different preferences.
Get over it.
corypollard 2 years ago
Isn't gtk fun? :] sure helps with rad, imo.
oskenso 3 years ago
I was just wondering...how many japanese letters do you got and how are they mapped on the keyboard?
darijo203 3 years ago
fuck nano, vi and emacs
long live VIM
asc11artist 3 years ago
Sorry for its low resolution.
I can't provide another high quality video, because I deleted the original one.
So I added annotations for better readability.
Looks good.
ShujiNarazaki 3 years ago