This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <stdio.h> | |
#include <stdlib.h> | |
enum { | |
BITS_PER_BYTE = 8, | |
TYPE_AUTO = 1, | |
TYPE_MANUAL = 2, | |
}; | |
int swap_byte(int byte) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Maintainer: haru <uobikiemukot at gmail dot com> | |
pkgname=mlterm-fb | |
_pkgname=mlterm | |
pkgver=3.1.5 | |
pkgrel=1 | |
pkgdesc="Multi Lingual TERMinal emulator on X" | |
arch=('i686' 'x86_64') | |
url="http://mlterm.hg.sourceforge.net/hgweb/mlterm/mlterm/" | |
license=('MIT') | |
depends=('libx11' 'fribidi' 'gdk-pixbuf') |
NewerOlder